home *** CD-ROM | disk | FTP | other *** search
- /*
- * Copyright 1993, 1994, Silicon Graphics, Inc.
- * All Rights Reserved.
- *
- * This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, Inc.;
- * the contents of this file may not be disclosed to third parties, copied or
- * duplicated in any form, in whole or in part, without the prior written
- * permission of Silicon Graphics, Inc.
- *
- * RESTRICTED RIGHTS LEGEND:
- * Use, duplication or disclosure by the Government is subject to restrictions
- * as set forth in subdivision (c)(1)(ii) of the Rights in Technical Data
- * and Computer Software clause at DFARS 252.227-7013, and/or in similar or
- * successor clauses in the FAR, DOD or NASA FAR Supplement. Unpublished -
- * rights reserved under the Copyright Laws of the United States.
- */
- #define STEPS 30
-
- float arrow[7][3] = {
- {-0.45, 0.6, -.6},
- {0.0, 0.0, -.6},
- {0.45, 0.6, -.6},
- {0.15, 0.6, -.6},
- {0.15, 1.2, -.6},
- {-0.15, 1.2, -.6},
- {-0.15, 0.6, -.6} };
-
- /*
- float box[8][3] = {
- {-1.0, 0.0, 0.0},
- {1.0, 0.0, 0.0},
- {1.0, 10.5, 0.0},
- {-1.0, 10.5, 0.0},
- {-1.0, 0.0, -10.5},
- {1.0, 0.0, -10.5},
- {1.0, 10.5, -10.5},
- {-1.0, 10.5, -10.5} };
- */
- float shelf[35][3];
- float xt[STEPS], yt[STEPS], zt[STEPS], xr[STEPS], yr[STEPS], zr[STEPS];
- float xt2[STEPS], yt2[STEPS], zt2[STEPS];
- float flipdistance, flipincr;
- float bookpos[55];
-
- float shelfleft = -28.0;
- float shelfright = 28.0;
- float shelftop = 23.5;
- float shelfbottom = -12.0;
-
- float shelffront = -85.0;
- float outsidebevel = .3;
- float shelfbevel = .3;
- float shelfface = 1.0;
- float shelfheight = 12.5;
- int shelfcolor = 2;
- int shelflight = 3;
- int shelflight2 = 4;
- int shelfdark = 5;
-
- int endfirstshelf;
-